home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch01 / install < prev    next >
Text File  |  1994-06-23  |  4KB  |  127 lines

  1. (1) Hardware Requirements:
  2.   PC 386 or better. MSDOS 3.3 or higher.
  3.   I recommend a minimum of 4Mb for better performance.
  4.   Hard disk for swapping (virtual memory).
  5.  
  6.   The following description is borrowed from DJGPP.
  7.  
  8.   Supported Wares:
  9.  
  10.   * Up to 128M of extended memory (expanded under VCPI)
  11.   * Up to 128M of disk space used for swapping
  12.   * SuperVGA up to 1280 x 1024.
  13.   * 80387
  14.   * XMS & VDISK memory allocation strategies
  15.   * VCPI programs, such as QEMM, DESQview, and 386MAX
  16.   * Windows, OS/2 (in DOS Box).
  17.  
  18.   Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  19.   model, SVGA graphics.
  20.  
  21.  
  22. (2) Unpack package:
  23.  
  24.   There are subdirectories in this package.
  25.   If you use PKUNZIP to unpack this package, make sure that you add the
  26.     '-d' switch.
  27.  
  28.  
  29. (3) Installation:
  30.  
  31.   ***** Important *****
  32.  
  33.   If you have used DISPLAY older than version 1.70, please delete all old
  34.   video drivers, go32.exe and emu387. 
  35.   Don't use vesanew.grn because it doesn't work for GO32 1.11.
  36.  
  37.   *********************
  38.  
  39.   Video drivers, emu387 and go32.exe are borrowed from DJGPP and GRX.
  40.   This go32.exe is the original one from DJGPP 1.11.maint5.
  41.  
  42.   1. run INSTALL.EXE.
  43.      If you still prefer DIY(Do-It-Yourself), go to step 2.
  44.      Otherwise installation is complete and please read Notes at 
  45.      the end of this file.
  46.  
  47.   2. Place GO32.EXE within system search path.
  48.  
  49.   3. Video Driver Setup:
  50.  
  51.     All video drivers are in the DRIVER subdirectory.
  52.  
  53.     If you choose xxxxx.grn as video driver. add 'driver xxxxx.grn' to
  54.       environment variable GO32.
  55.     For example, 'set go32=driver x:/xxxxx/xxxxx.grn'
  56.  
  57.     If you can't find any suitable driver for your video card or you want
  58.       to use VESA interface, there are two ways you can choose:
  59.  
  60.       (a).
  61.         Just DON'T add anything to GO32. The default video driver in GO32 is 
  62.         VESA driver.
  63.         For example, 'set go32='
  64.  
  65.       OR
  66.  
  67.       (b).
  68.         Use vesa111.vdr.
  69.         For example, 'set go32=driver x:/xxxxx/vesa111.vdr'
  70.  
  71.     For VESA user :
  72.       Please use vesainfo.com to check if your VGA BIOS supports VESA
  73.         standard.
  74.       I suggest that you try (a) first. If (a) doesn't work then try (b).
  75.       If your VESA BIOS works under PROTECTED mode, you can 
  76.         add 'driver ::p' to GO32(for (a)) or 
  77.         append '::p' to vesa111(for (b)) 
  78.         to speed up graphics operations.
  79.       For example, 'set go32=driver ::p'                         for (a)
  80.                    'set go32=driver x:/xxxxx/vesa111.vdr::p'     for (b)
  81.  
  82.   4. 80x87 Emulator Setup:
  83.  
  84.     If you do not have an 80x87, add 'emu x:/xxxxx/emu387' to GO32.
  85.     For example, 'set go32=driver x:/xxxxx/xxxxx.grd emu x:/xxxxx/emu387'
  86.     emu387 is included in this package.
  87.  
  88.     For DPMI(Windows, OS/2) user :
  89.       You must have a REAL 80x87. Emulator doesn't work under DPMI.
  90.  
  91.   5. Supress DPMI(for DOS user only):
  92.  
  93.     If your memory manager supports both DPMI & VCPI(i.e. 387MAX), I suggest
  94.       that you add 'nodpmi' to GO32.
  95.  
  96.     For Windows or OS/2 user :
  97.       You can't add 'nodpmi' to GO32. 
  98.       If your memory manager supports both DPMI & VCPI and you are planning 
  99.         to run DISPLAY under both DOS and Windows(OS/2), I suggest that you
  100.         disable the DPMI support in your memory manager. So you don't have to
  101.         keep two copies(one for DOS, supresses DPMI; one for Windows, enables
  102.         DPMI) of runme.bat.
  103.  
  104.   6. Change Resources:
  105.  
  106.     Please use a text editor to modify the configuration file, CONFIG.DIS.
  107.     You MUST change the SYSTEM section at least.
  108.  
  109.   7. Run:
  110.  
  111.     Read NEW-FAQ.DOC.
  112.     Edit RUNME.BAT and use it to run DISPLAY.
  113.  
  114.  
  115. (4) Notes:
  116.  
  117.   1. For VESA user :
  118.     You can find VESA BIOS extension at:
  119.       wuarchive.wustl.edu: /mirrors/msdos/graphics
  120.       godzilla.cgl.rmit.oz.au: /kjb/MGL
  121.  
  122.   2. For DPMI(Windows, OS/2) user :
  123.     DISPLAY doesn't support MOVIE playing in this mode. You can still save
  124.     movie frames.
  125.     Mouse is not supported.
  126.  
  127.